﻿
/*优势*/
.hxysbg
{
	padding-bottom: 36px;
	background: #202932 url(../images/boxbg.jpg);
}
.hxysbox {
	text-align: center;
}
.hxysbox .hxystit {
	padding: 30px 0 20px 0;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
	background: url(../images/hxystitbr.png) no-repeat bottom;
}
.hxysbox .hxystit span {
	font-size: 32px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	color: #FF4200;
	text-align: center;
	display: block
}
.hxysbox .hxystit p {
	font-size: 20px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	text-align: center;
	display: block
}
.hxysbox ul {
	overflow: hidden;
}
.hxysbox li {
	float: left;
	margin: 0 2px;
	padding: 0 20px;
	width: 152px;
	height: 234px;
	background: url(../images/hxysdl.png) no-repeat center;
}
.hxysbox li h5 {
	padding-top: 45px;
	margin-bottom: 10px;
	font-size: 24px;
	text-align: center;
	color: #fff;
}
.hxysbox li p {
	line-height: 20px;
	font-weight: bold;
	margin-top: 30px;
	color: #ccc;
}

/*横幅 定制*/

.box {
	width: 100%;
	height: 200px;
	background: url(../images/boxbg.jpg) center
}
.box_c {
	width: 1000px;
	height: 100px;
	padding: 40px 0;
}
.box_cl {
	width: 700px;
}
.box_cl h6 {
	color: #FF4200;
	font-size: 26px;
	margin-bottom: 10px;
	line-height: 40px;
}
.box_cl span {
	color: #f7f7f7;
	font-size: 20px;
	line-height: 30px;
}
.box_cr {
	width: 300px;
	margin-top: 20px;
}
.box_cr a {
	width: 160px;
	height: 50px;
	line-height: 50px;
	float: right;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	background: #385791
}
.box_cr a:hover {
	background: #FF4200
}


	
/* 杂项 */
div, h1, h2, h3, h4, h5, h6, dl, dt, dd, ol, ul, li, p, q, span, strong, form, iframe, label, textarea, input {
	padding: 0;
	margin: 0;
}
div {
	margin: 0 auto
}
ul, li, ol {
	list-style: none;
	list-style-type: none
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic
}
textarea {
	overflow-y: auto
}
q {
	quotes: none
}
q:before, q:after {
	content: '';
	content: none
}
a {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #FF4200;
}
.none, #none, .hide, #hide {
	display: none
}
#clear, .clear {
	clear: both;
	line-height: 1px;
	height: 1px;
	margin-top: -1px;
	overflow: hidden
}
a:link {
	text-decoration: none
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
.fl, .l, #l {
	float: left
}
.fr, .r, #r {
	float: right
}
.MT10 {
	margin-top: 10px
}
.MB10 {
	margin-bottom: 0px
}
.PT10 {
	padding-top: 10px
}
.PB10 {
	padding-bottom: 10px
}
.PT30 {
	padding-top: 30px
}
.MT20 {
	margin-top: 20px
}
.MT50 {
	margin-top: 50px
}
.MTA {
	margin-top: -70px
}
.r5 {
	margin-right: 10px;
}
.bbai {
	background: #FFF !important;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
.gray {
	color: #999;
	font-weight: normal;
}
.white {
	color: #fff;
	font-weight: normal;
}
.container {
	margin: 0 auto;
	width: 1000px;
}
a, li, span, p {
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}